Category: Geeks r Us
If someone could explain how to add a dns server entry in ubuntu i'd appreciate it. Currently when I use the network-admin tool the entry appears to stick for a half hour or so then goes away.
add a line like the following to /etc/resolv.conf:
nameserver a.b.c.d
where a.b.c.d is the ip of the nameserver you want to add.
If you're using dhcp, your dhcp client might overwrite the file every time it obtains a lease. I googled it and found this post that might help in the dhcp case:
http://ubuntuforums.org/archive/index.php/t-409110.html
Thanks, it was dhcp I was dealing with but that link you posted appears to have done the trick.